-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PSR-14 Event Dispatcher #1184
base: master
Are you sure you want to change the base?
PSR-14 Event Dispatcher #1184
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for working on this. Switching to PSR-14 would certainly help with integrating this library into frameworks that already provide a PSR-14 event dispatcher.
Signed-off-by: Eugene Borovov <[email protected]>
Signed-off-by: Eugene Borovov <[email protected]>
Signed-off-by: Eugene Borovov <[email protected]>
Signed-off-by: Eugene Borovov <[email protected]>
Signed-off-by: Eugene Borovov <[email protected]>
Signed-off-by: Eugene Borovov <[email protected]>
Signed-off-by: Eugene Borovov <[email protected]>
Signed-off-by: Eugene Borovov <[email protected]>
Signed-off-by: Eugene Borovov <[email protected]>
9122091
to
27ff32f
Compare
What's the hold-up on this PR and PSR-14? I'm using the |
@Sephster is there any chance to get this merged ? It would make things a lot easier for frameworks (for instance, symfony/event-dispatcher implements the PSR-14 interface so the bundle could drop its current adapter layer forwarding events to the Symfony EventDispatcher) |
This PR inspired of #1168 and #1145.